/* Media Quries  */
@media (min-width: 280px) and (max-width: 750px) {
  .footer .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .col-3 {
    width: 100%;
  }
  .col-3 {
    max-width: 100% !important;
  }
  .footer ol {
    padding-left: 0% !important;
  }
}
@media only screen and (max-width :748px) {
  .mobileView{
    display: none !important;
  }
}
/*  */
.navbar p {
  font-size: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.nav-link {
  font-weight: bolder !important;
  color: black !important;
  margin-left: 30px;
}
.box {
  margin-top: 20px;
  border: 4px solid #0e2a47;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 5px 15px 5px;
}
.box h2 {
  text-align: center;
}
.footer {
  background-image: url(image1.jpg);
  background-repeat: no-repeat;
  color: white;
  max-width: 100%;
  border-radius: 50px;
  background-size: cover;
  padding-top: 30px;
  margin-bottom: 10px;
  width: 99% !important;
}

.row {
  padding-left: 10px;
  padding-right: 10px;
}
.footer h3 {
  text-align: center;
}
.footer ol {
  text-align: center;
  list-style: none;
}
.footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa {
  padding-right: 20px;
  font-size: 25px;
}
.modal-header {
  background-color: rgb(14, 42, 71);
}
.modal-title {
  color: white;
}
.getQuote {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 445px) {
  .document {
    display: block !important;
  }
  .upload {
    width: 100% !important;
  }
  .qrCode{
    padding-top: 20px;
    float: left !important;
  }
}
.upload{
  max-width: 50%;
  padding: 0 !important; 
  margin: 0 !important;
}
.document{
  display: flex;
  justify-content: space-between;
}
.document img{
  width: 180px; 
  height: 180px;
}
.qrCode{
  max-width: 50%;
  float: right;
}
#quoteBtn {
  background-color: rgb(14, 42, 71);
  color: white;
  transform: rotate(
    -90deg
  ); /* Use a single "transform" property for cross-browser compatibility */
  transform-origin: 0 0; /* Set the transform origin to pivot from the top-left corner */
  position: fixed;
  top: 50%;
  right: -75px;
  transition: right 0.3s ease-in-out;
  z-index: 999;
  border-radius: 20px;
}
